Move the idle sizer to GtkWindow
authorMatthias Clasen <mclasen@redhat.com>
Sun, 19 Apr 2020 15:43:57 +0000 (11:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Apr 2020 20:30:45 +0000 (16:30 -0400)
commitb55195fa2e41410298b4a91431998162c0917ae0
tree87d7d1dbaf92a1167f84634e7e9f249de6d2a863
parent841c4a8cfef17fa5f17bd153a368a0b2a4a05520
Move the idle sizer to GtkWindow

This was only living in gtkcontainer.c for historic
reasons. Move it closer to where it belongs, and
rename it from 'idle' to 'layout', since it is
really about the layout phase of the frame clock,
nowadays.
23 files changed:
docs/reference/gtk/meson.build
gtk/gtkactionbar.c
gtk/gtkbutton.c
gtk/gtkcheckbutton.c
gtk/gtkcontainer.c
gtk/gtkcontainerprivate.h [deleted file]
gtk/gtkcsswidgetnode.c
gtk/gtkdialog.c
gtk/gtkexpander.c
gtk/gtkfixed.c
gtk/gtkflowbox.c
gtk/gtkframe.c
gtk/gtkgrid.c
gtk/gtkgridlayout.c
gtk/gtkheaderbar.c
gtk/gtklistbox.c
gtk/gtkmodelbutton.c
gtk/gtkpaned.c
gtk/gtksizegroup.c
gtk/gtkstack.c
gtk/gtkwidget.c
gtk/gtkwindow.c
gtk/gtkwindowprivate.h